HeaderLayoutDefinition Property
In This Topic
Gets or sets an array that defines the layout of the rows used to display the grid's column headers.
Syntax
'Declaration
Public ReadOnly Property HeaderLayoutDefinition As System.Collections.Generic.IList(Of HeaderCellGroup)
'Usage
Dim instance As MultiRow(Of T)
Dim value As System.Collections.Generic.IList(Of HeaderCellGroup)
value = instance.HeaderLayoutDefinition
public System.Collections.Generic.IList<HeaderCellGroup> HeaderLayoutDefinition {get;}
public read-only property HeaderLayoutDefinition: System.Collections.Generic.IList;
public function get HeaderLayoutDefinition : System.Collections.Generic.IList
public: __property System.Collections.Generic.IList<HeaderCellGroup*>* get_HeaderLayoutDefinition();
public:
property System.Collections.Generic.IList<HeaderCellGroup^>^ HeaderLayoutDefinition {
System.Collections.Generic.IList<HeaderCellGroup^>^ get();
}
See Also